DelegateBasedKeyValueRepo

fun <Key, Value> DelegateBasedKeyValueRepo(readDelegate: ReadKeyValueRepo<Key, Value>, writeDelegate: WriteKeyValueRepo<Key, Value>)